This tutorial gives an overview of how to use MidiShare to develop Midi applications on the Macintosh.
WHAT YOU NEED
In order to run the tutorial you need :
• the Symantec THINK C development environment
• MidiShare : the MidiShare control panel
• MidiShare.h : the MidiShare include file
• msTutorial.π : the tutorial project
• msTutorial.c : the tutorial C file
• msDisplay : a small MidiShare utility
INSTALLATION
1) Copy “MidiShare” into your “Control Panels” folder.
2) Restart the computer.
3) Copy “MidiShare.h” into your Think C “Mac #includes” folder.
RUNNING THE TUTORIAL
4) Open the “msTutorial.π” project. It consists of the “ANSI” library and the “msTutorial.c” source file.
5) Turn the Think C debugger ON.
6) Run the project.
7) Start the tutorial by pressing the GO button and follow the instructions. Breakpoints are installed in several points of the program in order for you to look at the code and understand how MidiShare works.